ImageObject.getPixel

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Color getPixel(size_t x, size_t y)
    class ImageObject(Impl)
    @nogc @safe
    getPixel
    (
    size_t x
    ,
    size_t y
    )
    if (
    is(Impl == struct) &&
    isUnsigned!(ImageIndexType!Impl)
    &&
    (ImageIndexType!Impl).sizeof <= (void*).sizeof
    )
  2. Color getPixel(size_t x, size_t y)

Meta